﻿2026-06-23T09:36:46.1272290Z ##[group]Run set -euo pipefail
2026-06-23T09:36:46.1272627Z [36;1mset -euo pipefail[0m
2026-06-23T09:36:46.1272855Z [36;1mPIN=0c95435[0m
2026-06-23T09:36:46.1273065Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-23T09:36:46.1273307Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-23T09:36:46.1273661Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-23T09:36:46.1274090Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-23T09:36:46.1274528Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-23T09:36:46.1274872Z [36;1m  rm -rf "$CACHE"[0m
2026-06-23T09:36:46.1275105Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-23T09:36:46.1275457Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-23T09:36:46.1275824Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-23T09:36:46.1276167Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-23T09:36:46.1276424Z [36;1mfi[0m
2026-06-23T09:36:46.1276702Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-23T09:36:46.1290563Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-23T09:36:46.1290878Z env:
2026-06-23T09:36:46.1291072Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-23T09:36:46.1291315Z ##[endgroup]
2026-06-23T09:36:46.7543722Z    Compiling proc-macro2 v1.0.106
2026-06-23T09:36:46.7544333Z    Compiling unicode-ident v1.0.24
2026-06-23T09:36:46.7544783Z    Compiling quote v1.0.45
2026-06-23T09:36:46.7545178Z    Compiling libc v0.2.186
2026-06-23T09:36:46.7545732Z    Compiling serde_core v1.0.228
2026-06-23T09:36:46.7546214Z    Compiling cfg-if v1.0.4
2026-06-23T09:36:46.7546480Z    Compiling serde v1.0.228
2026-06-23T09:36:46.7586888Z    Compiling log v0.4.32
2026-06-23T09:36:46.7639379Z    Compiling pin-project-lite v0.2.17
2026-06-23T09:36:46.7661143Z    Compiling portable-atomic v1.13.1
2026-06-23T09:36:46.7694332Z    Compiling typenum v1.20.1
2026-06-23T09:36:46.7753109Z    Compiling memchr v2.8.1
2026-06-23T09:36:46.7753875Z    Compiling version_check v0.9.5
2026-06-23T09:36:46.7754286Z    Compiling shlex v2.0.1
2026-06-23T09:36:46.7865468Z    Compiling critical-section v1.2.0
2026-06-23T09:36:46.8156947Z    Compiling find-msvc-tools v0.1.9
2026-06-23T09:36:46.8422849Z    Compiling futures-core v0.3.32
2026-06-23T09:36:46.8531524Z    Compiling subtle v2.6.1
2026-06-23T09:36:46.8886072Z    Compiling bytes v1.11.1
2026-06-23T09:36:46.9936767Z    Compiling smallvec v1.15.1
2026-06-23T09:36:47.0197887Z    Compiling equivalent v1.0.2
2026-06-23T09:36:47.0396449Z    Compiling itoa v1.0.18
2026-06-23T09:36:47.0693894Z    Compiling semver v1.0.28
2026-06-23T09:36:47.0816526Z    Compiling stable_deref_trait v1.2.1
2026-06-23T09:36:47.1007603Z    Compiling slab v0.4.12
2026-06-23T09:36:47.1018935Z    Compiling futures-sink v0.3.32
2026-06-23T09:36:47.1532489Z    Compiling futures-io v0.3.32
2026-06-23T09:36:47.1638650Z    Compiling futures-task v0.3.32
2026-06-23T09:36:47.1643201Z    Compiling generic-array v0.14.7
2026-06-23T09:36:47.2063049Z    Compiling futures-channel v0.3.32
2026-06-23T09:36:47.2536771Z    Compiling bitflags v2.12.1
2026-06-23T09:36:47.2588061Z    Compiling hashbrown v0.17.1
2026-06-23T09:36:47.3110836Z    Compiling rustversion v1.0.22
2026-06-23T09:36:47.3150696Z    Compiling cpufeatures v0.2.17
2026-06-23T09:36:47.3634421Z    Compiling rustc_version v0.4.1
2026-06-23T09:36:47.3670910Z    Compiling fnv v1.0.7
2026-06-23T09:36:47.3800593Z    Compiling strsim v0.11.1
2026-06-23T09:36:47.4130671Z    Compiling cfg_aliases v0.2.1
2026-06-23T09:36:47.4320777Z    Compiling rand_core v0.10.1
2026-06-23T09:36:47.4530357Z    Compiling writeable v0.6.3
2026-06-23T09:36:47.4811158Z    Compiling litemap v0.8.2
2026-06-23T09:36:47.4910836Z    Compiling utf8_iter v1.0.4
2026-06-23T09:36:47.5540566Z    Compiling ident_case v1.0.1
2026-06-23T09:36:47.6249474Z    Compiling getrandom v0.4.2
2026-06-23T09:36:47.6541075Z    Compiling fs_extra v1.3.0
2026-06-23T09:36:47.7010533Z    Compiling icu_normalizer_data v2.2.0
2026-06-23T09:36:47.7012149Z    Compiling dunce v1.0.5
2026-06-23T09:36:47.7190617Z    Compiling icu_properties_data v2.2.0
2026-06-23T09:36:47.7210442Z    Compiling autocfg v1.5.1
2026-06-23T09:36:47.7890540Z    Compiling percent-encoding v2.3.2
2026-06-23T09:36:47.9115067Z    Compiling http v1.4.1
2026-06-23T09:36:47.9580755Z    Compiling thiserror v2.0.18
2026-06-23T09:36:47.9811041Z    Compiling unicode-segmentation v1.13.3
2026-06-23T09:36:47.9904579Z    Compiling aws-lc-rs v1.17.0
2026-06-23T09:36:48.0440824Z    Compiling cpufeatures v0.3.0
2026-06-23T09:36:48.0540816Z    Compiling scopeguard v1.2.0
2026-06-23T09:36:48.1209344Z    Compiling syn v2.0.117
2026-06-23T09:36:48.1540699Z    Compiling indexmap v2.14.0
2026-06-23T09:36:48.1561039Z    Compiling lock_api v0.4.14
2026-06-23T09:36:48.2160732Z    Compiling chacha20 v0.10.0
2026-06-23T09:36:48.2236188Z    Compiling form_urlencoded v1.2.2
2026-06-23T09:36:48.2424085Z    Compiling untrusted v0.9.0
2026-06-23T09:36:48.2538926Z    Compiling rustls v0.23.40
2026-06-23T09:36:48.3240925Z    Compiling heck v0.5.0
2026-06-23T09:36:48.3596986Z    Compiling unicode-xid v0.2.6
2026-06-23T09:36:48.3756380Z    Compiling anyhow v1.0.102
2026-06-23T09:36:48.3924167Z    Compiling const-oid v0.10.2
2026-06-23T09:36:48.4153349Z    Compiling atomic-waker v1.1.2
2026-06-23T09:36:48.4484573Z    Compiling zerocopy v0.8.50
2026-06-23T09:36:48.4757604Z    Compiling httparse v1.10.1
2026-06-23T09:36:48.4849864Z    Compiling parking_lot_core v0.9.12
2026-06-23T09:36:48.5417069Z    Compiling convert_case v0.10.0
2026-06-23T09:36:48.5749069Z    Compiling jobserver v0.1.34
2026-06-23T09:36:48.5901291Z    Compiling paste v1.0.15
2026-06-23T09:36:48.6336688Z    Compiling num-traits v0.2.19
2026-06-23T09:36:48.6400761Z    Compiling hybrid-array v0.4.12
2026-06-23T09:36:48.6973529Z    Compiling curve25519-dalek v4.1.3
2026-06-23T09:36:48.7550936Z    Compiling ahash v0.8.12
2026-06-23T09:36:48.7970831Z    Compiling base64ct v1.8.3
2026-06-23T09:36:48.8697199Z    Compiling cc v1.2.63
2026-06-23T09:36:48.9411017Z    Compiling crypto-common v0.1.7
2026-06-23T09:36:48.9510723Z    Compiling block-buffer v0.10.4
2026-06-23T09:36:48.9536034Z    Compiling http-body v1.0.1
2026-06-23T09:36:48.9548079Z    Compiling fastrand v2.4.1
2026-06-23T09:36:48.9548737Z    Compiling powerfmt v0.2.0
2026-06-23T09:36:48.9830612Z    Compiling either v1.16.0
2026-06-23T09:36:49.0590722Z    Compiling digest v0.10.7
2026-06-23T09:36:49.0940615Z    Compiling pem-rfc7468 v1.0.0
2026-06-23T09:36:49.2040859Z    Compiling deranged v0.5.8
2026-06-23T09:36:49.2240390Z    Compiling pkg-config v0.3.33
2026-06-23T09:36:49.2486517Z    Compiling tower-service v0.3.3
2026-06-23T09:36:49.3331581Z    Compiling data-encoding v2.11.0
2026-06-23T09:36:49.3440800Z    Compiling tinyvec_macros v0.1.1
2026-06-23T09:36:49.3520765Z    Compiling zmij v1.0.21
2026-06-23T09:36:49.3950661Z    Compiling mio v1.2.1
2026-06-23T09:36:49.4048900Z    Compiling socket2 v0.6.4
2026-06-23T09:36:49.4937473Z    Compiling getrandom v0.2.17
2026-06-23T09:36:49.5704417Z    Compiling time-core v0.1.8
2026-06-23T09:36:49.6030590Z    Compiling vcpkg v0.2.15
2026-06-23T09:36:49.6860408Z    Compiling rand_core v0.6.4
2026-06-23T09:36:49.7060503Z    Compiling try-lock v0.2.5
2026-06-23T09:36:49.7358308Z    Compiling base64 v0.22.1
2026-06-23T09:36:49.7536643Z    Compiling num-conv v0.2.2
2026-06-23T09:36:49.8080636Z    Compiling rand v0.10.1
2026-06-23T09:36:49.8389346Z    Compiling want v0.3.1
2026-06-23T09:36:49.9061916Z    Compiling parking_lot v0.12.5
2026-06-23T09:36:49.9560873Z    Compiling tinyvec v1.11.0
2026-06-23T09:36:49.9689260Z    Compiling block-buffer v0.12.0
2026-06-23T09:36:50.0040840Z    Compiling crypto-common v0.2.2
2026-06-23T09:36:50.1360443Z    Compiling sha2 v0.10.9
2026-06-23T09:36:50.2520748Z    Compiling cmake v0.1.58
2026-06-23T09:36:50.2561032Z    Compiling inout v0.1.4
2026-06-23T09:36:50.2801114Z    Compiling vergen-lib v9.1.0
2026-06-23T09:36:50.3960288Z    Compiling n0-future v0.3.2
2026-06-23T09:36:50.4610263Z    Compiling signature v2.2.0
2026-06-23T09:36:50.4750478Z    Compiling crossbeam-utils v0.8.21
2026-06-23T09:36:50.4751669Z    Compiling diatomic-waker v0.2.3
2026-06-23T09:36:50.5120874Z    Compiling httpdate v1.0.3
2026-06-23T09:36:50.5186243Z    Compiling winnow v1.0.3
2026-06-23T09:36:50.5700967Z    Compiling parking v2.2.1
2026-06-23T09:36:50.5950642Z    Compiling spin v0.10.0
2026-06-23T09:36:50.6299169Z    Compiling serde_json v1.0.150
2026-06-23T09:36:50.6476193Z    Compiling cordyceps v0.3.4
2026-06-23T09:36:50.7049422Z    Compiling futures-lite v2.6.1
2026-06-23T09:36:50.7562197Z    Compiling ed25519 v2.2.3
2026-06-23T09:36:50.7810810Z    Compiling cipher v0.4.4
2026-06-23T09:36:50.8091347Z    Compiling netlink-packet-core v0.8.1
2026-06-23T09:36:50.8165892Z    Compiling universal-hash v0.5.1
2026-06-23T09:36:50.8242590Z    Compiling vergen v9.1.0
2026-06-23T09:36:50.8593821Z    Compiling vergen-lib v0.1.6
2026-06-23T09:36:50.8800645Z    Compiling digest v0.11.3
2026-06-23T09:36:50.9445729Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-23T09:36:50.9516717Z    Compiling heapless v0.7.17
2026-06-23T09:36:51.0171233Z    Compiling futures-buffered v0.2.13
2026-06-23T09:36:51.0181765Z    Compiling noq-udp v0.10.0
2026-06-23T09:36:51.0182860Z    Compiling sync_wrapper v1.0.2
2026-06-23T09:36:51.0385553Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-23T09:36:51.0779295Z    Compiling allocator-api2 v0.2.21
2026-06-23T09:36:51.1020932Z    Compiling opaque-debug v0.3.1
2026-06-23T09:36:51.1220811Z    Compiling byteorder v1.5.0
2026-06-23T09:36:51.1721511Z    Compiling polyval v0.6.2
2026-06-23T09:36:51.2120772Z    Compiling aws-lc-sys v0.41.0
2026-06-23T09:36:51.2280651Z    Compiling ring v0.17.14
2026-06-23T09:36:51.2440464Z    Compiling libsqlite3-sys v0.30.1
2026-06-23T09:36:51.2840487Z    Compiling hash32 v0.2.1
2026-06-23T09:36:51.3360618Z    Compiling spin v0.9.8
2026-06-23T09:36:51.4249553Z    Compiling vergen-gitcl v1.0.8
2026-06-23T09:36:51.4430628Z    Compiling tower-layer v0.3.3
2026-06-23T09:36:51.4540599Z    Compiling signature v3.0.0
2026-06-23T09:36:51.5441248Z    Compiling num_threads v0.1.7
2026-06-23T09:36:51.5766671Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-23T09:36:51.5925097Z    Compiling ryu v1.0.23
2026-06-23T09:36:51.6061317Z    Compiling fallible-iterator v0.3.0
2026-06-23T09:36:51.6620731Z    Compiling time v0.3.47
2026-06-23T09:36:51.6919558Z    Compiling ghash v0.5.1
2026-06-23T09:36:51.7049572Z    Compiling sha2 v0.11.0-rc.5
2026-06-23T09:36:51.7082019Z    Compiling aes v0.8.4
2026-06-23T09:36:51.8089306Z    Compiling ctr v0.9.2
2026-06-23T09:36:51.8284096Z    Compiling fs2 v0.4.3
2026-06-23T09:36:51.9055147Z    Compiling http-body-util v0.1.3
2026-06-23T09:36:51.9917336Z    Compiling aead v0.5.2
2026-06-23T09:36:52.0060619Z    Compiling openssl-probe v0.2.1
2026-06-23T09:36:52.0160457Z    Compiling crossbeam-channel v0.5.15
2026-06-23T09:36:52.0704649Z    Compiling crossbeam-epoch v0.9.18
2026-06-23T09:36:52.1447226Z    Compiling blake3 v1.8.5
2026-06-23T09:36:52.1887113Z    Compiling netlink-packet-route v0.29.0
2026-06-23T09:36:52.2060229Z    Compiling uuid v1.23.2
2026-06-23T09:36:52.3460665Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-23T09:36:52.4561024Z    Compiling aes-gcm v0.10.3
2026-06-23T09:36:52.5012286Z    Compiling memoffset v0.6.5
2026-06-23T09:36:52.5891077Z    Compiling acto v0.8.2
2026-06-23T09:36:52.6133143Z    Compiling netwatch v0.16.0
2026-06-23T09:36:52.6590684Z    Compiling noq v0.18.0
2026-06-23T09:36:52.6870414Z    Compiling lru-slab v0.1.2
2026-06-23T09:36:52.7589929Z    Compiling sorted-index-buffer v0.2.1
2026-06-23T09:36:52.8090839Z    Compiling ref-cast v1.0.25
2026-06-23T09:36:52.8235487Z    Compiling identity-hash v0.1.0
2026-06-23T09:36:52.8315987Z    Compiling thiserror v1.0.69
2026-06-23T09:36:52.8410629Z    Compiling mac-addr v0.3.0
2026-06-23T09:36:52.9111135Z    Compiling xml-rs v0.8.28
2026-06-23T09:36:52.9260964Z    Compiling rustc-hash v2.1.2
2026-06-23T09:36:52.9321811Z    Compiling foldhash v0.2.0
2026-06-23T09:36:53.0250383Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-23T09:36:53.0400369Z    Compiling rustix v1.1.4
2026-06-23T09:36:53.0910362Z    Compiling tagptr v0.2.0
2026-06-23T09:36:53.1319421Z    Compiling hashbrown v0.16.1
2026-06-23T09:36:53.2034634Z    Compiling synstructure v0.13.2
2026-06-23T09:36:53.2242268Z    Compiling darling_core v0.20.11
2026-06-23T09:36:53.2773829Z    Compiling serde_derive_internals v0.29.1
2026-06-23T09:36:53.4928932Z    Compiling netlink-packet-route v0.30.0
2026-06-23T09:36:53.9041263Z    Compiling proc-macro-crate v3.5.0
2026-06-23T09:36:53.9781236Z    Compiling xmltree v0.10.3
2026-06-23T09:36:54.0700558Z    Compiling termios v0.2.2
2026-06-23T09:36:54.2058847Z    Compiling ioctl-rs v0.1.6
2026-06-23T09:36:54.2330758Z    Compiling errno v0.3.14
2026-06-23T09:36:54.2518293Z    Compiling serial-core v0.4.0
2026-06-23T09:36:54.2519437Z    Compiling aho-corasick v1.1.4
2026-06-23T09:36:54.2809285Z    Compiling simple-dns v0.9.3
2026-06-23T09:36:54.3110443Z    Compiling resolv-conf v0.7.6
2026-06-23T09:36:54.3741056Z    Compiling signal-hook v0.3.18
2026-06-23T09:36:54.4330518Z    Compiling linux-raw-sys v0.12.1
2026-06-23T09:36:54.4691940Z    Compiling regex-syntax v0.8.10
2026-06-23T09:36:54.5520760Z    Compiling constant_time_eq v0.4.2
2026-06-23T09:36:54.5522440Z    Compiling toml_write v0.1.2
2026-06-23T09:36:54.5690663Z    Compiling arrayref v0.3.9
2026-06-23T09:36:54.6288393Z    Compiling smol_str v0.1.24
2026-06-23T09:36:54.7415934Z    Compiling simdutf8 v0.1.5
2026-06-23T09:36:54.7667829Z    Compiling winnow v0.7.15
2026-06-23T09:36:54.7730988Z    Compiling arrayvec v0.7.6
2026-06-23T09:36:54.8110739Z    Compiling sha1_smol v1.0.1
2026-06-23T09:36:54.8534383Z    Compiling serial-unix v0.4.0
2026-06-23T09:36:55.0271034Z    Compiling signal-hook-registry v1.4.8
2026-06-23T09:36:55.0504752Z    Compiling lru v0.16.4
2026-06-23T09:36:55.1442610Z    Compiling darling_core v0.23.0
2026-06-23T09:36:55.2325813Z    Compiling serde_bytes v0.11.19
2026-06-23T09:36:55.2721738Z    Compiling serde_derive v1.0.228
2026-06-23T09:36:55.3710474Z    Compiling zeroize_derive v1.4.3
2026-06-23T09:36:55.4990384Z    Compiling tokio-macros v2.7.0
2026-06-23T09:36:55.7060870Z    Compiling futures-macro v0.3.32
2026-06-23T09:36:55.9751639Z    Compiling zeroize v1.8.2
2026-06-23T09:36:56.1488453Z    Compiling zerofrom-derive v0.1.7
2026-06-23T09:36:56.1770053Z    Compiling tokio v1.52.3
2026-06-23T09:36:56.6270649Z    Compiling yoke-derive v0.8.2
2026-06-23T09:36:56.7089818Z    Compiling futures-util v0.3.32
2026-06-23T09:36:57.0344836Z    Compiling zerovec-derive v0.11.3
2026-06-23T09:36:57.3695120Z    Compiling displaydoc v0.2.6
2026-06-23T09:36:57.5700998Z    Compiling tracing-attributes v0.1.31
2026-06-23T09:36:57.5860417Z    Compiling rustls-pki-types v1.14.1
2026-06-23T09:36:57.6340620Z    Compiling zerofrom v0.1.8
2026-06-23T09:36:57.7840737Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-23T09:36:57.9520780Z    Compiling yoke v0.8.3
2026-06-23T09:36:58.1490719Z    Compiling thiserror-impl v2.0.18
2026-06-23T09:36:58.1990621Z    Compiling zerotrie v0.2.4
2026-06-23T09:36:58.4758568Z    Compiling darling_macro v0.20.11
2026-06-23T09:36:58.4970590Z    Compiling zerovec v0.11.6
2026-06-23T09:36:58.6128782Z    Compiling derive_more-impl v2.1.1
2026-06-23T09:36:58.6344239Z    Compiling spez v0.1.2
2026-06-23T09:36:58.8230612Z    Compiling darling v0.20.11
2026-06-23T09:36:58.8856256Z    Compiling derive_builder_core v0.20.2
2026-06-23T09:36:58.8980210Z    Compiling n0-error-macros v0.1.3
2026-06-23T09:36:59.1450630Z    Compiling der v0.8.0-rc.10
2026-06-23T09:36:59.2841208Z    Compiling pin-project-internal v1.1.13
2026-06-23T09:36:59.3541172Z    Compiling tinystr v0.8.3
2026-06-23T09:36:59.6022660Z    Compiling icu_locale_core v2.2.0
2026-06-23T09:36:59.8960639Z    Compiling potential_utf v0.1.5
2026-06-23T09:37:00.0822384Z    Compiling icu_collections v2.2.0
2026-06-23T09:37:00.1487235Z    Compiling n0-error v0.1.3
2026-06-23T09:37:00.2763940Z    Compiling derive_builder_macro v0.20.2
2026-06-23T09:37:00.5920583Z    Compiling ipnet v2.12.0
2026-06-23T09:37:00.6020502Z    Compiling derive_builder v0.20.2
2026-06-23T09:37:00.7756274Z    Compiling pin-project v1.1.13
2026-06-23T09:37:00.8530588Z    Compiling spki v0.8.0-rc.4
2026-06-23T09:37:00.8600621Z    Compiling ed25519-dalek v2.2.0
2026-06-23T09:37:00.8700434Z    Compiling futures-executor v0.3.32
2026-06-23T09:37:01.1090428Z    Compiling icu_provider v2.2.0
2026-06-23T09:37:01.1490855Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-23T09:37:01.1917647Z    Compiling prefix-trie v0.8.4
2026-06-23T09:37:01.2467729Z    Compiling spt-proto v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-23T09:37:01.3013708Z    Compiling futures v0.3.32
2026-06-23T09:37:01.3501543Z    Compiling once_cell v1.21.4
2026-06-23T09:37:01.3630841Z    Compiling ed25519 v3.0.0-rc.4
2026-06-23T09:37:01.4457773Z    Compiling icu_normalizer v2.2.0
2026-06-23T09:37:01.4886378Z    Compiling icu_properties v2.2.0
2026-06-23T09:37:01.5607893Z    Compiling tracing-core v0.1.36
2026-06-23T09:37:01.8120801Z    Compiling hashbrown v0.14.5
2026-06-23T09:37:01.8581229Z    Compiling cobs v0.3.0
2026-06-23T09:37:01.8877964Z    Compiling postcard-derive v0.2.2
2026-06-23T09:37:02.0400784Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-23T09:37:02.0930830Z    Compiling tracing v0.1.44
2026-06-23T09:37:02.3830980Z    Compiling tokio-util v0.7.18
2026-06-23T09:37:02.4647489Z    Compiling netlink-sys v0.8.8
2026-06-23T09:37:02.4872839Z    Compiling data-encoding-macro v0.1.20
2026-06-23T09:37:02.5414012Z    Compiling postcard v1.1.3
2026-06-23T09:37:02.5550628Z    Compiling tower v0.5.3
2026-06-23T09:37:02.6890521Z    Compiling hashlink v0.9.1
2026-06-23T09:37:02.7190941Z    Compiling rustls-native-certs v0.8.4
2026-06-23T09:37:02.7440597Z    Compiling strum_macros v0.28.0
2026-06-23T09:37:02.8030754Z    Compiling num_enum_derive v0.7.6
2026-06-23T09:37:03.0200460Z    Compiling idna_adapter v1.2.2
2026-06-23T09:37:03.0640664Z    Compiling iroh-metrics-derive v0.4.1
2026-06-23T09:37:03.1120428Z    Compiling idna v1.1.0
2026-06-23T09:37:03.1321027Z    Compiling rusqlite v0.32.1
2026-06-23T09:37:03.1459758Z    Compiling enum-assoc v1.3.0
2026-06-23T09:37:03.1931049Z    Compiling async-trait v0.1.89
2026-06-23T09:37:03.3300643Z    Compiling netlink-proto v0.12.0
2026-06-23T09:37:03.3625539Z    Compiling derive_more v2.1.1
2026-06-23T09:37:03.4094857Z    Compiling iroh-relay v0.98.0
2026-06-23T09:37:03.5721033Z    Compiling h2 v0.4.14
2026-06-23T09:37:03.6071430Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-23T09:37:03.7004994Z    Compiling url v2.5.8
2026-06-23T09:37:03.7322355Z    Compiling n0-watcher v0.6.1
2026-06-23T09:37:03.7603992Z    Compiling iroh-metrics v0.38.3
2026-06-23T09:37:03.8609501Z    Compiling tokio-stream v0.1.18
2026-06-23T09:37:04.1177718Z    Compiling num_enum v0.7.6
2026-06-23T09:37:04.1410717Z    Compiling netdev v0.42.0
2026-06-23T09:37:04.1493097Z    Compiling moka v0.12.15
2026-06-23T09:37:04.1606892Z    Compiling serde_spanned v0.6.9
2026-06-23T09:37:04.2496908Z    Compiling toml_datetime v0.6.11
2026-06-23T09:37:04.2953014Z    Compiling ref-cast-impl v1.0.25
2026-06-23T09:37:04.3060976Z    Compiling thiserror-impl v1.0.69
2026-06-23T09:37:04.6298792Z    Compiling toml_edit v0.22.27
2026-06-23T09:37:04.6434591Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-23T09:37:04.6905231Z    Compiling attohttpc v0.30.1
2026-06-23T09:37:04.6910259Z    Compiling tower-http v0.6.11
2026-06-23T09:37:04.7991174Z    Compiling spt-store v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-23T09:37:04.8390943Z    Compiling iroh-base v0.98.0
2026-06-23T09:37:05.3436909Z    Compiling webpki-roots v1.0.7
2026-06-23T09:37:05.4872411Z    Compiling regex-automata v0.4.14
2026-06-23T09:37:05.5165128Z    Compiling schemars_derive v1.2.1
2026-06-23T09:37:05.5439451Z    Compiling seize v0.5.1
2026-06-23T09:37:05.7090604Z    Compiling hmac v0.12.1
2026-06-23T09:37:05.8813451Z    Compiling iroh v0.98.2
2026-06-23T09:37:05.8960998Z    Compiling bitflags v1.3.2
2026-06-23T09:37:05.9721421Z    Compiling cmov v0.5.4
2026-06-23T09:37:05.9725326Z    Compiling utf8parse v0.2.2
2026-06-23T09:37:05.9930953Z    Compiling strum v0.28.0
2026-06-23T09:37:06.1232316Z    Compiling iroh-dns v0.98.0
2026-06-23T09:37:06.1351992Z    Compiling rustix v0.38.44
2026-06-23T09:37:06.1446165Z    Compiling pin-utils v0.1.0
2026-06-23T09:37:06.1604135Z    Compiling dyn-clone v1.0.20
2026-06-23T09:37:06.2159443Z    Compiling ctutils v0.4.2
2026-06-23T09:37:06.2501665Z    Compiling filedescriptor v0.8.3
2026-06-23T09:37:06.2573267Z    Compiling nix v0.25.1
2026-06-23T09:37:06.3168266Z    Compiling anstyle-parse v1.0.0
2026-06-23T09:37:06.4860583Z    Compiling hkdf v0.12.4
2026-06-23T09:37:06.5040908Z    Compiling papaya v0.2.4
2026-06-23T09:37:06.5416298Z    Compiling backon v1.6.0
2026-06-23T09:37:06.5650811Z    Compiling darling_macro v0.23.0
2026-06-23T09:37:06.6710593Z    Compiling serial v0.4.0
2026-06-23T09:37:06.6840528Z    Compiling is_terminal_polyfill v1.70.2
2026-06-23T09:37:06.7041553Z    Compiling linux-raw-sys v0.4.15
2026-06-23T09:37:06.7375115Z    Compiling downcast-rs v1.2.1
2026-06-23T09:37:06.7815621Z    Compiling instability v0.3.12
2026-06-23T09:37:06.8503986Z    Compiling anstyle-query v1.1.5
2026-06-23T09:37:06.8721765Z    Compiling anstyle v1.0.14
2026-06-23T09:37:06.9370393Z    Compiling shell-words v1.1.1
2026-06-23T09:37:06.9571393Z    Compiling colorchoice v1.0.5
2026-06-23T09:37:06.9740968Z    Compiling foldhash v0.1.5
2026-06-23T09:37:07.0837734Z    Compiling anstream v1.0.0
2026-06-23T09:37:07.0930586Z    Compiling darling v0.23.0
2026-06-23T09:37:07.0957662Z    Compiling signal-hook-mio v0.2.5
2026-06-23T09:37:07.1262168Z    Compiling hashbrown v0.15.5
2026-06-23T09:37:07.1655247Z    Compiling spake2 v0.4.0
2026-06-23T09:37:07.1775244Z    Compiling terminal_size v0.4.4
2026-06-23T09:37:07.1838453Z    Compiling strum_macros v0.26.4
2026-06-23T09:37:07.1924117Z    Compiling sha1 v0.10.6
2026-06-23T09:37:07.3370611Z    Compiling toml v0.8.23
2026-06-23T09:37:07.4810271Z    Compiling itertools v0.13.0
2026-06-23T09:37:07.5348061Z    Compiling castaway v0.2.4
2026-06-23T09:37:07.5521014Z    Compiling indoc v2.0.7
2026-06-23T09:37:07.6160846Z    Compiling schemars v1.2.1
2026-06-23T09:37:07.6371077Z    Compiling static_assertions v1.1.0
2026-06-23T09:37:07.7230664Z    Compiling clap_lex v1.1.0
2026-06-23T09:37:07.9741132Z    Compiling spt-msg v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-23T09:37:07.9950613Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-23T09:37:08.0806371Z    Compiling unicode-width v0.1.14
2026-06-23T09:37:08.3710790Z    Compiling doctest-file v1.1.1
2026-06-23T09:37:08.4200763Z    Compiling crossterm v0.28.1
2026-06-23T09:37:08.8081130Z    Compiling regex v1.12.3
2026-06-23T09:37:08.9290801Z    Compiling interprocess v2.4.2
2026-06-23T09:37:09.2202100Z    Compiling clap_builder v4.6.0
2026-06-23T09:37:09.5670901Z    Compiling hyper v1.10.1
2026-06-23T09:37:09.5821104Z    Compiling spt-runtime v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-23T09:37:09.6480808Z    Compiling strum v0.26.3
2026-06-23T09:37:09.7856638Z    Compiling unicode-truncate v1.1.0
2026-06-23T09:37:09.8839836Z    Compiling lru v0.12.5
2026-06-23T09:37:09.9910407Z    Compiling compact_str v0.8.2
2026-06-23T09:37:10.0500468Z    Compiling clap_derive v4.6.1
2026-06-23T09:37:10.2210567Z    Compiling iana-time-zone v0.1.65
2026-06-23T09:37:10.2447607Z    Compiling unicode-width v0.2.0
2026-06-23T09:37:10.3010543Z    Compiling cassowary v0.3.0
2026-06-23T09:37:10.3600599Z    Compiling nucleo-matcher v0.3.1
2026-06-23T09:37:10.5570815Z    Compiling chrono v0.4.45
2026-06-23T09:37:10.5711020Z    Compiling qrcode v0.14.1
2026-06-23T09:37:10.6487865Z    Compiling ratatui v0.29.0
2026-06-23T09:37:10.8730855Z    Compiling portable-pty v0.8.1
2026-06-23T09:37:11.1210582Z    Compiling tempfile v3.27.0
2026-06-23T09:37:11.5990748Z    Compiling hyper-util v0.1.20
2026-06-23T09:37:11.6371265Z    Compiling spt-term v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-23T09:37:12.2571072Z    Compiling clap v4.6.1
2026-06-23T09:37:12.7980603Z    Compiling spt-live v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-23T09:37:13.5000378Z    Compiling igd-next v0.17.1
2026-06-23T09:37:14.7198159Z    Compiling portmapper v0.16.0
2026-06-23T09:37:19.8342360Z    Compiling rustls-webpki v0.103.13
2026-06-23T09:37:22.2854440Z    Compiling tokio-rustls v0.26.4
2026-06-23T09:37:22.2854964Z    Compiling rustls-platform-verifier v0.7.0
2026-06-23T09:37:22.2855493Z    Compiling noq-proto v0.17.0
2026-06-23T09:37:22.4354471Z    Compiling hyper-rustls v0.27.9
2026-06-23T09:37:22.4355237Z    Compiling hickory-net v0.26.0-beta.4
2026-06-23T09:37:22.4355772Z    Compiling tokio-websockets v0.13.2
2026-06-23T09:37:22.5887064Z    Compiling reqwest v0.13.4
2026-06-23T09:37:23.4841516Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-23T09:37:37.2455615Z    Compiling spt-net v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-23T09:37:38.6076799Z    Compiling spt-daemon v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-23T09:37:45.7464543Z    Compiling spt v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-23T09:37:49.5548933Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-06-23T09:37:49.5769194Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-ef6c57ea3825816b)
2026-06-23T09:37:49.5782706Z 
2026-06-23T09:37:49.5782871Z running 1 test
2026-06-23T09:37:55.7708411Z test new_brain_serves_against_old_broker ... ok
2026-06-23T09:37:55.7708742Z 
2026-06-23T09:37:55.7709251Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-23T09:37:55.7709628Z 
